Sends data over an ISCL connection, unsecured. The data is not encrypted and the message has no authentication code.
Public Overloads Sub SendNonSecureIscl( _
ByVal buffer() As Byte, _
ByVal offset As Integer, _
ByVal length As Integer _
)
buffer
Buffer that holds the data to be sent.
offset
Offset from the beginning of the buffer, at which reading should start.
length
Size, in bytes, of the data to be sent.
The non-secure send is the fastest method of transmitting data over an ISCL connection. It is faster than the normal send/receive process and has no encryption and no message authentication codes.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET